home *** CD-ROM | disk | FTP | other *** search
/ Urabon Golden Age Girl 2 / Urabon Golden Age Girl 2.iso / mac / 裏ガール2data / COVER0.DIR / 00004_view.ls < prev    next >
Encoding:
Text File  |  1995-01-14  |  480 b   |  17 lines

  1. on mouseDown
  2.   puppetSound("SLCND")
  3.   repeat while the stillDown
  4.     if rollOver(clickOn()) then
  5.       set the castNum of sprite clickOn() to the number of cast "dnview"
  6.     else
  7.       set the castNum of sprite clickOn() to the number of cast "view"
  8.     end if
  9.     updateStage()
  10.   end repeat
  11.   set the castNum of sprite clickOn() to the number of cast "view"
  12.   updateStage()
  13.   set mybook to the castNum of sprite 20
  14.   set myview to the name of cast mybook
  15.   play movie myview
  16. end
  17.